body {
    background-color: #fff4f7;
}

body {
    font-family: Liter;
}

.zmg5vz6lqm {
    font-family: 'Liter', sans-serif;
    font-size: 5rem;
    line-height: 1.1;
}

.zmg5vz6lqm>.eoy5j3v25f {
    font-size: 6.25rem;
}

.meatz9gevn {
    font-family: 'Liter', sans-serif;
    font-size: 2.5rem;
    line-height: 1.3;
}

.meatz9gevn>.eoy5j3v25f {
    font-size: 3.125rem;
}

.y7s3lvd3xb {
    font-family: 'Liter', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}

.y7s3lvd3xb>.eoy5j3v25f {
    font-size: 1.25rem;
}

.al4sdz6us0 {
    font-family: 'Liter', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
}

.al4sdz6us0>.eoy5j3v25f {
    font-size: 1.875rem;
}

.hem12uetp1 {
    font-family: 'Liter', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

.hem12uetp1>.eoy5j3v25f {
    font-size: 1.40625rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .zmg5vz6lqm {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    .zmg5vz6lqm {
        font-size: 3.5rem;
        font-size: calc(2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
    }

    .meatz9gevn {
        font-size: 2rem;
        font-size: calc(1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
    }

    .y7s3lvd3xb {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }

    .al4sdz6us0 {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }

    .hem12uetp1 {
        font-size: 0.9rem;
        font-size: calc(1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
    }
}

/* Buttons */
.gil3oweqdq {
    padding: 0.6rem 1.2rem;
    border-radius: 0;
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 0;
}

.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 0;
}

.btn-lg {
    padding: 1rem 2.6rem;
    border-radius: 0;
}

.bg-primary {
    background-color: #21c5c4 !important;
}

.bg-success {
    background-color: #20ac6b !important;
}

.bg-info {
    background-color: #0aa3c2 !important;
}

.bg-warning {
    background-color: #cc9900 !important;
}

.bg-danger {
    background-color: #ae1e2c !important;
}

.n4sq4ryv3f,
.n4sq4ryv3f:active {
    background-color: #21c5c4 !important;
    border-color: #21c5c4 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.n4sq4ryv3f:hover,
.n4sq4ryv3f:focus,
.n4sq4ryv3f.focus,
.n4sq4ryv3f.mrw6gw6ksc {
    color: #ffffff !important;
    background-color: #157b7a !important;
    border-color: #157b7a !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.n4sq4ryv3f.disabled,
.n4sq4ryv3f:disabled {
    color: #ffffff !important;
    background-color: #157b7a !important;
    border-color: #157b7a !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #c14f60 !important;
    border-color: #c14f60 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.mrw6gw6ksc {
    color: #ffffff !important;
    background-color: #89303e !important;
    border-color: #89303e !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #89303e !important;
    border-color: #89303e !important;
}

.btn-info,
.btn-info:active {
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.mrw6gw6ksc {
    color: #ffffff !important;
    background-color: #065e70 !important;
    border-color: #065e70 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #065e70 !important;
    border-color: #065e70 !important;
}

.btn-success,
.btn-success:active {
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.mrw6gw6ksc {
    color: #ffffff !important;
    background-color: #12633e !important;
    border-color: #12633e !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #12633e !important;
    border-color: #12633e !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.mrw6gw6ksc {
    color: #ffffff !important;
    background-color: #755800 !important;
    border-color: #755800 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #755800 !important;
    border-color: #755800 !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.mrw6gw6ksc {
    color: #ffffff !important;
    background-color: #641119 !important;
    border-color: #641119 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #641119 !important;
    border-color: #641119 !important;
}

.btn-white,
.btn-white:active {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #7a7a7a !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.mrw6gw6ksc {
    color: #4f4f4f !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #7a7a7a !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
}

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.mrw6gw6ksc {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #21c5c4;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.mrw6gw6ksc {
    color: #157b7a !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #21c5c4 !important;
    border-color: #21c5c4 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #c14f60;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.mrw6gw6ksc {
    color: #89303e !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #c14f60 !important;
    border-color: #c14f60 !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #0aa3c2;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.mrw6gw6ksc {
    color: #065e70 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #20ac6b;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.mrw6gw6ksc {
    color: #12633e !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #cc9900;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.mrw6gw6ksc {
    color: #755800 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #ae1e2c;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.mrw6gw6ksc {
    color: #641119 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.mrw6gw6ksc {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.mrw6gw6ksc {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

.text-primary {
    color: #21c5c4 !important;
}

.text-secondary {
    color: #c14f60 !important;
}

.text-success {
    color: #20ac6b !important;
}

.text-info {
    color: #0aa3c2 !important;
}

.text-warning {
    color: #cc9900 !important;
}

.text-danger {
    color: #ae1e2c !important;
}

.text-white {
    color: #fafafa !important;
}

.text-black {
    color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.mrw6gw6ksc {
    color: #126e6d !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.mrw6gw6ksc {
    color: #7e2c38 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.mrw6gw6ksc {
    color: #105636 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.mrw6gw6ksc {
    color: #055161 !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.mrw6gw6ksc {
    color: #664d00 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.mrw6gw6ksc {
    color: #570f16 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.mrw6gw6ksc {
    color: #c7c7c7 !important;
}

a.text-black:hover,
a.text-black:focus,
a.text-black.mrw6gw6ksc {
    color: #000000 !important;
}

a[class*="text-"]:not(.h58edniu2m):not(.dropdown-item):not([role]):not(.m26a7mhw4j) {
    position: relative;
    background-image: transparent;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0px 1.2em;
    background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.h58edniu2m):not(.dropdown-item):not([role]):not(.m26a7mhw4j):hover {
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}

.tzd7z4usjb .h58edniu2m.mrw6gw6ksc {
    color: #21c5c4;
}

.tzd7z4usjb .h58edniu2m:not(.mrw6gw6ksc) {
    color: #232323;
}

.g1fr8nud0t {
    background-color: #70c770;
}

.alert-info {
    background-color: #0aa3c2;
}

.alert-warning {
    background-color: #cc9900;
}

.jozbvwo7ru {
    background-color: #ae1e2c;
}

.mbr-gallery-filter li.mrw6gw6ksc .gil3oweqdq {
    background-color: #21c5c4;
    border-color: #21c5c4;
    color: #ffffff;
}

.mbr-gallery-filter li.mrw6gw6ksc .gil3oweqdq:focus {
    box-shadow: none;
}

a,
a:hover {
    color: #21c5c4;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #7ce9e8;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #68e3aa;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #55dbf6;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffe599;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #e56773;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

.tq13s0ii2q {
    font-family: 'Liter', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

.tq13s0ii2q>.eoy5j3v25f {
    font-size: 1.25rem;
}

.tq13s0ii2q:hover,
.tq13s0ii2q:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #21c5c4 !important;
}

.tq13s0ii2q:-webkit-input-placeholder {
    font-family: 'Liter', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

.tq13s0ii2q:-webkit-input-placeholder>.eoy5j3v25f {
    font-size: 1.25rem;
}

blockquote {
    border-color: #21c5c4;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #21c5c4;
    color: #ffffff;
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: #21c5c4;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #353535;
    border-bottom-color: #353535;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #21c5c4;
    border-bottom-color: #21c5c4;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: #000000 !important;
    background-color: #21c5c4 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #ffffff !important;
    background: #c14f60 !important;
    box-shadow: none !important;
}

.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2321c5c4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition: color 0.6s;
}

.hdxvyatbjw .gil3oweqdq,
.q1la241jk3 .gil3oweqdq {
    max-height: 57px;
    padding: 12px 36px 12px;
    transition: all .3s ease;
}

.hdxvyatbjw .btn-primary-outline,
.q1la241jk3 .btn-primary-outline {
    border: 1px solid #21c5c4;
}

.hdxvyatbjw .btn-primary-outline:hover,
.q1la241jk3 .btn-primary-outline:hover {
    box-shadow: inset 0 -100px 0 0 #21c5c4 !important;
    color: #0aa3c2 !important;
}

.hdxvyatbjw .btn-secondary-outline,
.q1la241jk3 .btn-secondary-outline {
    border: 1px solid #c14f60;
}

.hdxvyatbjw .btn-secondary-outline:hover,
.q1la241jk3 .btn-secondary-outline:hover {
    box-shadow: inset 0 -100px 0 0 #c14f60 !important;
    color: #21c5c4 !important;
}

.hdxvyatbjw .btn-success-outline,
.q1la241jk3 .btn-success-outline {
    border: 1px solid #20ac6b;
}

.hdxvyatbjw .btn-success-outline:hover,
.q1la241jk3 .btn-success-outline:hover {
    box-shadow: inset 0 -100px 0 0 #20ac6b !important;
    color: #21c5c4 !important;
}

.hdxvyatbjw .btn-info-outline,
.q1la241jk3 .btn-info-outline {
    border: 1px solid #0aa3c2;
}

.hdxvyatbjw .btn-info-outline:hover,
.q1la241jk3 .btn-info-outline:hover {
    box-shadow: inset 0 -100px 0 0 #0aa3c2 !important;
    color: #21c5c4 !important;
}

.hdxvyatbjw .btn-warning-outline,
.q1la241jk3 .btn-warning-outline {
    border: 1px solid #cc9900;
}

.hdxvyatbjw .btn-warning-outline:hover,
.q1la241jk3 .btn-warning-outline:hover {
    box-shadow: inset 0 -100px 0 0 #cc9900 !important;
    color: #0aa3c2 !important;
}

.hdxvyatbjw .btn-danger-outline,
.q1la241jk3 .btn-danger-outline {
    border: 1px solid #ae1e2c;
}

.hdxvyatbjw .btn-danger-outline:hover,
.q1la241jk3 .btn-danger-outline:hover {
    box-shadow: inset 0 -100px 0 0 #ae1e2c !important;
    color: #21c5c4 !important;
}

.y1nd2zqrz6 .wp6z7fwa5m {
    background-color: #fff4f7 !important;
    padding: 0;
}

.y1nd2zqrz6 .f1ue5s6kse.cruaxhcfmx .dropdown .dropdown-menu {
    background-color: #fff4f7 !important;
    background: #fff4f7;
}

.y1nd2zqrz6 .f1ue5s6kse.cruaxhcfmx .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.y1nd2zqrz6 .yvsl8kc4tm {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .y1nd2zqrz6 .yvsl8kc4tm {
        flex-direction: column;
        align-items: flex-start;
    }

    .y1nd2zqrz6 .yvsl8kc4tm .f1ue5s6kse.opened,
    .y1nd2zqrz6 .yvsl8kc4tm .u8k14f2k7l {
        background-color: #fff4f7 !important;
        transition: all 0s ease 0s;
    }
}

.y1nd2zqrz6 .wp6z7fwa5m {
    position: relative !important;
}

.y1nd2zqrz6 .gil3oweqdq {
    min-height: auto;
}

@media (min-width: 992px) {
    .y1nd2zqrz6 ul.wrmtp9dyhd {
        padding-bottom: 1.5rem;
    }

    .y1nd2zqrz6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .y1nd2zqrz6 .rujkkfy8rh.dropdown-toggle::after {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: 0.5rem;
        margin-bottom: 2px;
        content: "";
        border: 2px solid;
        border-left: none;
        border-top: none;
        transform: rotate(-45deg);
    }

    .y1nd2zqrz6 .rujkkfy8rh.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .y1nd2zqrz6 li.ye3l3yrmr6 {
        position: relative;
        display: inline-block;
        padding: 1px 7px !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .y1nd2zqrz6 .lg_brand {
        margin: 0 1rem;
    }

    .y1nd2zqrz6 .wrmtp9dyhd.ia4v0pf56a {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
    }
}

.y1nd2zqrz6 .ye3l3yrmr6 {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .y1nd2zqrz6 .ye3l3yrmr6 {
        margin: 4px 20px;
    }
}

@media (max-width: 991px) {
    .y1nd2zqrz6 .ye3l3yrmr6 {
        margin: 0 !important;
    }
}

.y1nd2zqrz6 .ye3l3yrmr6 .h58edniu2m {
    position: relative;
}

.y1nd2zqrz6 .ye3l3yrmr6 .h58edniu2m:hover::before,
.y1nd2zqrz6 .ye3l3yrmr6 .h58edniu2m:focus::before {
    width: 100%;
}

.y1nd2zqrz6 .ye3l3yrmr6 .h58edniu2m::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 5px;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
}

.y1nd2zqrz6 .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

@media (min-width: 992px) {
    .y1nd2zqrz6 .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .y1nd2zqrz6 .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .y1nd2zqrz6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .y1nd2zqrz6 .rujkkfy8rh.dropdown-toggle::after {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: 0.5rem;
        margin-bottom: 2px;
        content: "";
        border: 2px solid;
        border-left: none;
        border-top: none;
        transform: rotate(-45deg);
        right: 15px;
        position: absolute;
        margin-top: -2px;
    }

    .y1nd2zqrz6 .b1w06c95uu.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .y1nd2zqrz6 .offcanvas_box {
        display: none;
    }
}

.y1nd2zqrz6 .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.y1nd2zqrz6 .ia4v0pf56a .rujkkfy8rh {
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.y1nd2zqrz6 .ia4v0pf56a .rujkkfy8rh.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: -0.5rem;
}

.y1nd2zqrz6 .container {
    display: flex;
    margin: auto;
}

.y1nd2zqrz6 .iconfont-wrapper {
    color: #f4efe8;
    font-size: 17px;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.y1nd2zqrz6 .iconfont-wrapper:last-child {
    margin-right: 0;
}

.y1nd2zqrz6 .iconfont-wrapper:hover {
    opacity: 0.5;
}

.y1nd2zqrz6 .m26a7mhw4j {
    color: #000000;
}

.y1nd2zqrz6 .wrmtp9dyhd {
    margin: 0 1rem;
}

@media (min-width: 992px) {
    .y1nd2zqrz6 .wrmtp9dyhd {
        margin: 0;
    }
}

.y1nd2zqrz6 .dropdown-menu,
.y1nd2zqrz6 .f1ue5s6kse.opened {
    background-color: false !important;
}

.y1nd2zqrz6 .ye3l3yrmr6:focus,
.y1nd2zqrz6 .h58edniu2m:focus {
    outline: none;
}

.y1nd2zqrz6 .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.y1nd2zqrz6 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.y1nd2zqrz6 .dropdown .dropdown-menu .dropdown-item .eoy5j3v25f {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.y1nd2zqrz6 .dropdown .dropdown-menu .dropdown-item .eoy5j3v25f:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.y1nd2zqrz6 .b8qyoddede .dropdown-menu .dropdown-item:before {
    display: none;
}

.y1nd2zqrz6 .b8qyoddede .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.y1nd2zqrz6 .f1ue5s6kse {
    min-height: 70px;
    padding: 20px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

@media (max-width: 992px) {
    .y1nd2zqrz6 .f1ue5s6kse {
        min-height: 30px;
        max-height: none;
    }
}

.y1nd2zqrz6 .f1ue5s6kse.opened {
    transition: all 0.3s;
}

.y1nd2zqrz6 .f1ue5s6kse .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.y1nd2zqrz6 .f1ue5s6kse .cgb49fh0cw img {
    max-width: 70px;
    min-height: 70px;
    object-fit: contain;
}

.y1nd2zqrz6 .f1ue5s6kse .u8k14f2k7l {
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.y1nd2zqrz6 .f1ue5s6kse.b8qyoddede {
    justify-content: center;
}

.y1nd2zqrz6 .f1ue5s6kse.b8qyoddede .ye3l3yrmr6 .h58edniu2m::before {
    display: none;
}

.y1nd2zqrz6 .f1ue5s6kse.b8qyoddede.opened .dropdown-menu {
    top: 0;
}

.y1nd2zqrz6 .f1ue5s6kse.b8qyoddede .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.y1nd2zqrz6 .f1ue5s6kse.b8qyoddede .dropdown-menu .dropdown-item:after {
    right: auto;
}

.y1nd2zqrz6 .f1ue5s6kse.b8qyoddede ul.wrmtp9dyhd li {
    margin: auto;
}

.y1nd2zqrz6 .f1ue5s6kse.b8qyoddede .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
}

.y1nd2zqrz6 .f1ue5s6kse.b8qyoddede .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .y1nd2zqrz6 .f1ue5s6kse .ye3l3yrmr6 {
        padding: 0.5rem 0;
    }

    .y1nd2zqrz6 .f1ue5s6kse .u8k14f2k7l {
        padding: 34px 0;
        border-radius: 25px;
    }

    .y1nd2zqrz6 .f1ue5s6kse .ye3l3yrmr6 .h58edniu2m::before {
        display: none;
    }

    .y1nd2zqrz6 .f1ue5s6kse.opened .dropdown-menu {
        top: 0;
    }

    .y1nd2zqrz6 .f1ue5s6kse .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .y1nd2zqrz6 .f1ue5s6kse .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .y1nd2zqrz6 .f1ue5s6kse .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .y1nd2zqrz6 .f1ue5s6kse .cgb49fh0cw img {
        height: 3rem !important;
    }

    .y1nd2zqrz6 .f1ue5s6kse ul.wrmtp9dyhd {
        overflow: hidden;
    }

    .y1nd2zqrz6 .f1ue5s6kse ul.wrmtp9dyhd li {
        margin: 0;
    }

    .y1nd2zqrz6 .f1ue5s6kse .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .y1nd2zqrz6 .f1ue5s6kse .uf1expc46n {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .y1nd2zqrz6 .f1ue5s6kse .qnnv5tw3w6 {
        flex-basis: auto;
    }

    .y1nd2zqrz6 .f1ue5s6kse .icons-menu {
        padding: 0;
    }
}

.y1nd2zqrz6 .f1ue5s6kse.navbar-short {
    min-height: 60px;
}

.y1nd2zqrz6 .f1ue5s6kse.navbar-short .cgb49fh0cw img {
    height: 2.5rem !important;
}

.y1nd2zqrz6 .f1ue5s6kse.navbar-short .uf1expc46n {
    min-height: 60px;
    padding: 0;
}

.y1nd2zqrz6 .uf1expc46n {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.y1nd2zqrz6 .uf1expc46n .m26a7mhw4j {
    line-height: inherit !important;
    font-weight: 400;
}

.y1nd2zqrz6 .uf1expc46n .cgb49fh0cw a {
    outline: none;
}

.y1nd2zqrz6 .dropdown-item.mrw6gw6ksc,
.y1nd2zqrz6 .dropdown-item:active {
    background-color: transparent;
}

.y1nd2zqrz6 .cruaxhcfmx .wrmtp9dyhd .h58edniu2m {
    padding: 0;
}

.y1nd2zqrz6 .ia4v0pf56a .rujkkfy8rh.dropdown-toggle {
    margin-right: 1.667em;
}

.y1nd2zqrz6 .ia4v0pf56a .rujkkfy8rh.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.y1nd2zqrz6 .f1ue5s6kse .dropdown.open>.dropdown-menu {
    display: block;
}

.y1nd2zqrz6 ul.wrmtp9dyhd {
    flex-wrap: wrap;
    padding: 0;
}

.y1nd2zqrz6 .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

.y1nd2zqrz6 button.qnnv5tw3w6 {
    outline: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fff4f7;
    background: #fff4f7;
}

.y1nd2zqrz6 button.qnnv5tw3w6 .ju3zwjwfn3 span {
    position: absolute;
    right: 10px;
    margin-top: 14px;
    width: 26px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.y1nd2zqrz6 button.qnnv5tw3w6 .ju3zwjwfn3 span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.y1nd2zqrz6 button.qnnv5tw3w6 .ju3zwjwfn3 span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.y1nd2zqrz6 button.qnnv5tw3w6 .ju3zwjwfn3 span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.y1nd2zqrz6 button.qnnv5tw3w6 .ju3zwjwfn3 span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.y1nd2zqrz6 nav.opened .ju3zwjwfn3 span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.y1nd2zqrz6 nav.opened .ju3zwjwfn3 span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.y1nd2zqrz6 nav.opened .ju3zwjwfn3 span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.y1nd2zqrz6 nav.opened .ju3zwjwfn3 span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.y1nd2zqrz6 a.h58edniu2m {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.y1nd2zqrz6 .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
    margin-bottom: 35px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .y1nd2zqrz6 .f1ue5s6kse {
        height: 70px;
    }

    .y1nd2zqrz6 .f1ue5s6kse.opened {
        height: auto;
    }

    .y1nd2zqrz6 .ye3l3yrmr6 .h58edniu2m:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.y1nd2zqrz6 .wp6z7fwa5m .cgb49fh0cw {
    margin-right: 15px;
}

@media (min-width: 768px) {
    .y1nd2zqrz6 .zonlj7042l {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.y1nd2zqrz6 .q1la241jk3 .gil3oweqdq {
    width: fit-content;
    white-space: nowrap;
}

.y1nd2zqrz6 .icons-menu-main {
    display: flex;
}

.y1nd2zqrz6 .m26a7mhw4j:hover {
    color: #000000;
}

@media (min-width: 992px) {
    .y1nd2zqrz6 .dropdown-menu.dropdown-submenu {
        left: 175px !important;
        top: -45% !important;
    }
}

.y1nd2zqrz6 .mbr-section-subtitle {
    color: #f4efe8;
}

.y1nd2zqrz6 .dfcqlo582a {
    color: #f4efe8;
    text-align: left;
}

.y1nd2zqrz6 .text_widget {
    color: #f4efe8;
}

.y1nd2zqrz6 .mbr-section-subtitle,
.y1nd2zqrz6 .text_widget {
    text-align: left;
}

.y1nd2zqrz6 a[class*="text-"]:not(.h58edniu2m):not(.dropdown-item):not([role]):not(.m26a7mhw4j):hover {
    background-image: none;
}

.y1nd2zqrz6 .h58edniu2m,
.y1nd2zqrz6 .dropdown-item {
    color: #000000;
}

.yyvndh6g95 {
    overflow: hidden;
    background-color: transparent;
}

.yyvndh6g95 .c7i86maoxi {
    position: relative;
}

.yyvndh6g95 .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 30%;
    left: 28%;
    width: 700px;
    height: 700px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
    z-index: 0;
}

@media (max-width: 768px) {
    .yyvndh6g95 .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.yyvndh6g95 .mbr-fallback-image.disabled {
    display: none;
}

.yyvndh6g95 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.yyvndh6g95 .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .yyvndh6g95 .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .yyvndh6g95 .c7i86maoxi {
        padding: 0 24px;
    }
}

.yyvndh6g95 .a0gs012t3u {
    position: relative;
    z-index: 2;
}

.yyvndh6g95 .a0gs012t3u .a58y5cudud {
    margin-bottom: 20px;
}

.yyvndh6g95 .vu3z7earo6 {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}

.yyvndh6g95 .vu3z7earo6 .dfcqlo582a {
    letter-spacing: 0.5em;
    margin-bottom: 0;
    display: inline-flex;
    transform: rotate(90deg);
}

.yyvndh6g95 .vu3z7earo6 .dfcqlo582a span {
    margin-left: 21px;
    line-height: 0.7;
}

.yyvndh6g95 .a58y5cudud {
    color: #111111;
}

.yyvndh6g95 .dfcqlo582a,
.yyvndh6g95 .eoy5j3v25f {
    color: #111111;
}

.yyvndh6g95 .a58y5cudud,
.yyvndh6g95 .hdxvyatbjw {
    color: #000000;
}

.zascds2fa4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.zascds2fa4 .mbr-fallback-image.disabled {
    display: none;
}

.zascds2fa4 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.zascds2fa4 .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .zascds2fa4 .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .zascds2fa4 .c7i86maoxi {
        padding: 0 24px;
    }
}

.zascds2fa4 .a0gs012t3u {
    margin-bottom: 20px;
}

.zascds2fa4 .a0gs012t3u .a58y5cudud {
    margin-bottom: 0;
}

.zascds2fa4 .w7a9nhvryz:before {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    border: 3px solid #000000;
    background-color: transparent;
    top: 0;
    right: 21%;
}

.zascds2fa4 .yqwlqzptji:before {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    border: 3px solid #000000;
    background-color: transparent;
    top: 0;
    right: 46%;
}

.zascds2fa4 .b88oigj246:before {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    border: 3px solid #000000;
    background-color: transparent;
    top: 0;
    left: 19%;
}

@media (max-width: 768px) {
    .zascds2fa4 .vb6pn4ob47 {
        display: none;
    }
}

.zascds2fa4 .yoi0h7wxbb {
    height: 100px;
    margin-bottom: 48px;
    position: relative;
}

.zascds2fa4 .yoi0h7wxbb .fkb49s9597 {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    filter: blur(5px) blur(5px);
    z-index: 1;
}

.zascds2fa4 .yoi0h7wxbb .gxn0hy3c0a {
    background-image: linear-gradient(50deg, #ffc6e4 20%, #6af8f7);
    top: 0;
    right: 20%;
}

.zascds2fa4 .yoi0h7wxbb .ps9vsbsvqk {
    background-image: linear-gradient(130deg, #ffc6e4 35%, #6af8f7);
    top: 0;
    right: 45%;
}

.zascds2fa4 .yoi0h7wxbb .kp2uxicpsx {
    background-image: linear-gradient(130deg, #f77f8d 35%, #6af8f7);
    top: 0;
    left: 20%;
}

.zascds2fa4 .vu3z7earo6 .dfcqlo582a {
    display: inline-block;
    width: 40%;
    margin-bottom: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .zascds2fa4 .vu3z7earo6 .dfcqlo582a {
        text-align: left;
        width: 100%;
    }
}

.zascds2fa4 .a58y5cudud {
    color: #000000;
}

.zascds2fa4 .dfcqlo582a,
.zascds2fa4 .vu3z7earo6 {
    color: #000000;
    text-align: right;
}

.dhlixftvyu {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #512130;
}

.dhlixftvyu .c7i86maoxi {
    position: relative;
}

.dhlixftvyu .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    right: 35%;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .dhlixftvyu .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.dhlixftvyu .mbr-fallback-image.disabled {
    display: none;
}

.dhlixftvyu .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.dhlixftvyu .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .dhlixftvyu .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .dhlixftvyu .c7i86maoxi {
        padding: 0 24px;
    }
}

.dhlixftvyu .a0gs012t3u {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .dhlixftvyu .a0gs012t3u {
        margin-bottom: 32px;
    }
}

.dhlixftvyu .a0gs012t3u .a58y5cudud {
    margin-bottom: 10px;
}

.dhlixftvyu .a0gs012t3u .dfcqlo582a {
    margin-bottom: 0;
}

.dhlixftvyu .z8eewt2br0 {
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .dhlixftvyu .z8eewt2br0 {
        margin-bottom: 32px;
    }
}

.dhlixftvyu .z8eewt2br0 .iw9o3r2g46 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dhlixftvyu .z8eewt2br0 .iw9o3r2g46 img {
    width: 156px;
    height: 172px;
    object-fit: cover;
    border-radius: 100% 100% 16px 16px;
    margin: 0 auto 16px;
    border: 2px solid #ffffff;
}

.dhlixftvyu .z8eewt2br0 .iw9o3r2g46 .tuev0khznc .pcxkyl9hab {
    margin-bottom: 0;
}

.dhlixftvyu .z8eewt2br0 .iw9o3r2g46 .tuev0khznc .gkkv68z1aa {
    margin-bottom: 0;
}

.dhlixftvyu .z8eewt2br0 .iw9o3r2g46 .tuev0khznc .eoy5j3v25f {
    display: block;
    margin-top: 24px;
    font-size: 24px;
}

.dhlixftvyu .a58y5cudud {
    color: #FFFFFF;
    text-align: center;
}

.dhlixftvyu .dfcqlo582a {
    color: #FFFFFF;
    text-align: center;
}

.dhlixftvyu .pcxkyl9hab,
.dhlixftvyu .eoy5j3v25f {
    color: #FFFFFF;
    text-align: center;
}

.dhlixftvyu .gkkv68z1aa {
    color: #FFFFFF;
    text-align: center;
}

.fhx0fg63ad {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.fhx0fg63ad .c7i86maoxi {
    position: relative;
}

.fhx0fg63ad .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    left: -10%;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .fhx0fg63ad .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.fhx0fg63ad .mbr-fallback-image.disabled {
    display: none;
}

.fhx0fg63ad .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.fhx0fg63ad .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .fhx0fg63ad .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .fhx0fg63ad .c7i86maoxi {
        padding: 0 24px;
    }
}

.fhx0fg63ad .a0gs012t3u {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .fhx0fg63ad .a0gs012t3u {
        margin-bottom: 42px;
    }
}

.fhx0fg63ad .a0gs012t3u .a58y5cudud {
    margin-bottom: 0;
}

.fhx0fg63ad .vu3z7earo6 {
    position: relative;
    z-index: 2;
}

.fhx0fg63ad .vu3z7earo6 .dfcqlo582a {
    margin-bottom: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .fhx0fg63ad .vu3z7earo6 .dfcqlo582a {
        text-align: left;
    }
}

.fhx0fg63ad .a58y5cudud {
    color: #000000;
}

.fhx0fg63ad .dfcqlo582a {
    color: #000000;
    text-align: right;
}

.ow8gwewxxd {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #512130;
}

.ow8gwewxxd .mbr-fallback-image.disabled {
    display: none;
}

.ow8gwewxxd .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ow8gwewxxd .c7i86maoxi {
    justify-content: center;
}

.ow8gwewxxd .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .ow8gwewxxd .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .ow8gwewxxd .c7i86maoxi {
        padding: 0 24px;
    }
}

.ow8gwewxxd .a0gs012t3u {
    margin-bottom: 32px;
}

.ow8gwewxxd .a0gs012t3u .a58y5cudud {
    margin-bottom: 0;
}

.ow8gwewxxd .mbr-figure iframe {
    width: 100%;
}

@media (max-width: 992px) {
    .ow8gwewxxd .j9f7f9xuus {
        margin-bottom: 24px;
    }
}

.ow8gwewxxd .mbr-figure__img {
    object-fit: cover;
}

.ow8gwewxxd .a58y5cudud {
    color: #FFFFFF;
    text-align: center;
}

.c5jrhf2eos {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #512130;
}

.c5jrhf2eos .c7i86maoxi {
    position: relative;
}

.c5jrhf2eos .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 75%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .c5jrhf2eos .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.c5jrhf2eos .mbr-fallback-image.disabled {
    display: none;
}

.c5jrhf2eos .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.c5jrhf2eos .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .c5jrhf2eos .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .c5jrhf2eos .c7i86maoxi {
        padding: 0 24px;
    }
}

.c5jrhf2eos .qz22kbo948 {
    display: flex;
    align-items: center;
}

.c5jrhf2eos .a0gs012t3u {
    position: relative;
    z-index: 1;
    padding-right: 60px;
}

@media (max-width: 992px) {
    .c5jrhf2eos .a0gs012t3u {
        margin-bottom: 65px;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .c5jrhf2eos .a0gs012t3u {
        margin-bottom: 45px;
    }
}

.c5jrhf2eos .a0gs012t3u .a58y5cudud {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .c5jrhf2eos .a0gs012t3u .a58y5cudud {
        margin-bottom: 28px;
    }
}

@media (max-width: 768px) {
    .c5jrhf2eos .a0gs012t3u .a58y5cudud {
        margin-bottom: 24px;
    }
}

.c5jrhf2eos .a0gs012t3u .dfcqlo582a {
    margin-bottom: 0;
}

.c5jrhf2eos .dnd9yfnh0l {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .c5jrhf2eos .dnd9yfnh0l {
        display: block;
    }
}

.c5jrhf2eos .c7i86maoxi.pspvg47xve {
    padding: 0 16px;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 220px;
    margin: 0;
}

@media (max-width: 768px) {
    .c5jrhf2eos .c7i86maoxi.pspvg47xve {
        margin: 0 auto;
    }
}

.c5jrhf2eos .c7i86maoxi.pspvg47xve .jtb4y6dkr9 {
    padding: 0;
    margin-bottom: 32px;
    min-height: 200px;
    position: relative;
    width: 100%;
}

.c5jrhf2eos .c7i86maoxi.pspvg47xve .jtb4y6dkr9::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: -1rem;
    width: 100%;
    height: 102%;
    border-radius: 8px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

.c5jrhf2eos .c7i86maoxi.pspvg47xve .jtb4y6dkr9 .azp3a2t73x {
    background-color: #fff4f7;
    padding: 48px 32px 32px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .c5jrhf2eos .c7i86maoxi.pspvg47xve .jtb4y6dkr9 .azp3a2t73x {
        padding: 36px 28px;
    }
}

.c5jrhf2eos .c7i86maoxi.pspvg47xve .jtb4y6dkr9 .azp3a2t73x .oo5aeeh3fu {
    position: relative;
}

.c5jrhf2eos .c7i86maoxi.pspvg47xve .jtb4y6dkr9 .azp3a2t73x .oo5aeeh3fu::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #6af8f7;
}

.c5jrhf2eos .c7i86maoxi.pspvg47xve .jtb4y6dkr9 .azp3a2t73x .oo5aeeh3fu .eoy5j3v25f {
    display: block;
    position: relative;
    font-size: 48px;
    margin: -3rem 0 24px -10px;
}

.c5jrhf2eos .c7i86maoxi.pspvg47xve .jtb4y6dkr9 .azp3a2t73x .wa9chvogmo {
    margin-bottom: 0;
}

.c5jrhf2eos .a58y5cudud {
    color: #FFFFFF;
}

.c5jrhf2eos .dfcqlo582a {
    color: #FFFFFF;
}

.c5jrhf2eos .wa9chvogmo,
.c5jrhf2eos .eoy5j3v25f {
    color: #111111;
}

.c5jrhf2eos .wa9chvogmo,
.c5jrhf2eos .eoy5j3v25f,
.c5jrhf2eos .oo5aeeh3fu {
    color: #000000;
}

.b5zw8jpzmx {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.b5zw8jpzmx .c7i86maoxi {
    position: relative;
}

.b5zw8jpzmx .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .b5zw8jpzmx .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.b5zw8jpzmx .mbr-fallback-image.disabled {
    display: none;
}

.b5zw8jpzmx .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.b5zw8jpzmx .c7i86maoxi {
    justify-content: center;
}

.b5zw8jpzmx .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .b5zw8jpzmx .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .b5zw8jpzmx .c7i86maoxi {
        padding: 0 24px;
    }
}

.b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 {
    padding: 64px 64px 0 64px;
    background-color: #512130;
    position: relative;
    z-index: 2;
    border-radius: 16px;
}

.b5zw8jpzmx .c7i86maoxi.lgg4evo9o9::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: -2rem;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 992px) {
    .b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 {
        padding: 32px 32px 0 32px;
    }
}

.b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 .z8eewt2br0 {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 .z8eewt2br0 {
        margin-bottom: 32px;
    }
}

.b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 .z8eewt2br0 .iw9o3r2g46 {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 .z8eewt2br0 .iw9o3r2g46 {
        margin-bottom: 42px;
    }
}

.b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 .z8eewt2br0 .iw9o3r2g46 .a58y5cudud {
    margin-bottom: 0;
}

.b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 .z8eewt2br0 .iw9o3r2g46 .za35474bv4 {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 .z8eewt2br0 .iw9o3r2g46 .za35474bv4:hover {
    opacity: 0.75;
}

.b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 .z8eewt2br0 .iw9o3r2g46 .za35474bv4 .wodjdsj59k {
    margin-bottom: 0;
    text-decoration: underline;
}

.b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 .z8eewt2br0 .iw9o3r2g46 .gkkv68z1aa {
    margin: 30px 0 0 0;
}

.b5zw8jpzmx .c7i86maoxi.lgg4evo9o9 .z8eewt2br0 .iw9o3r2g46 .dfcqlo582a {
    margin: 30px 0 20px 0;
}

.b5zw8jpzmx .a58y5cudud {
    color: #FFFFFF;
}

.b5zw8jpzmx .wodjdsj59k {
    color: #FFFFFF;
}

.b5zw8jpzmx .gkkv68z1aa {
    color: #FFFFFF;
}

.b5zw8jpzmx .dfcqlo582a {
    color: #FFFFFF;
}

.sexmi88rwk {
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}

.sexmi88rwk .yoi0h7wxbb {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .sexmi88rwk .yoi0h7wxbb {
        display: none;
    }
}

.sexmi88rwk .z8eewt2br0:focus,
.sexmi88rwk span:focus {
    outline: none;
}

.sexmi88rwk .z8eewt2br0 {
    cursor: pointer;
}

.sexmi88rwk .qt452eqzt2 {
    grid-row-gap: 2rem;
}

@media (max-width: 767px) {
    .sexmi88rwk .qt452eqzt2 {
        grid-row-gap: 1rem;
    }
}

.sexmi88rwk .grid-container-1,
.sexmi88rwk .grid-container-2,
.sexmi88rwk .vhegai0w88 {
    gap: 0 2rem;
    z-index: 1;
}

@media (max-width: 767px) {

    .sexmi88rwk .grid-container-1,
    .sexmi88rwk .grid-container-2,
    .sexmi88rwk .vhegai0w88 {
        gap: 0 1rem;
    }
}

.sexmi88rwk .a58y5cudud {
    color: #000000;
}

.sexmi88rwk .dfcqlo582a,
.sexmi88rwk .hdxvyatbjw {
    color: #000000;
}

.sexmi88rwk .content-head {
    max-width: 800px;
}

.sexmi88rwk .container,
.sexmi88rwk .zonlj7042l {
    overflow: hidden;
    z-index: 2;
}

.sexmi88rwk .qt452eqzt2 {
    position: relative;
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}

.sexmi88rwk .zc5s5dl69e {
    position: relative;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sexmi88rwk .zc5s5dl69e::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-image: linear-gradient(0deg, #512130, transparent);
    pointer-events: none;
}

.sexmi88rwk .zc5s5dl69e img {
    min-width: 30vw;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .sexmi88rwk .zc5s5dl69e img {
        min-width: 35vw;
    }
}

.sexmi88rwk .zc5s5dl69e,
.sexmi88rwk img {
    width: 100%;
    height: 100%;
}

.sexmi88rwk .grid-container-1,
.sexmi88rwk .grid-container-2,
.sexmi88rwk .vhegai0w88 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.sexmi88rwk .grid-container-1 {
    align-items: flex-end;
}

.sexmi88rwk .grid-container-2 {
    align-items: flex-start;
}

.vc512qjios {
    background-color: transparent;
}

.vc512qjios .c7i86maoxi {
    position: relative;
}

.vc512qjios .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    left: 28%;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .vc512qjios .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.vc512qjios .mbr-fallback-image.disabled {
    display: none;
}

.vc512qjios .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.vc512qjios .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .vc512qjios .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .vc512qjios .c7i86maoxi {
        padding: 0 24px;
    }
}

.vc512qjios .vu3z7earo6 {
    position: relative;
    z-index: 2;
}

.vc512qjios .vu3z7earo6 .a58y5cudud {
    margin: 40px 0;
    transform: rotate(-5deg);
}

.vc512qjios .vu3z7earo6 .mbr-date {
    margin: 0 auto;
    width: 80%;
}

.vc512qjios .vu3z7earo6 .mbr-loc {
    margin: 0 auto 32px;
    width: 80%;
}

.vc512qjios .vu3z7earo6 .dfcqlo582a {
    margin-bottom: 32px;
}

.vc512qjios .vu3z7earo6 .hdxvyatbjw {
    margin-bottom: 32px;
}

.vc512qjios .vu3z7earo6 .gkkv68z1aa {
    margin-bottom: 0;
}

.vc512qjios .a58y5cudud {
    color: #111111;
}

.vc512qjios .dfcqlo582a,
.vc512qjios .eoy5j3v25f {
    color: #111111;
    text-align: center;
}

.vc512qjios .mbr-date {
    color: #000000;
}

.vc512qjios .mbr-loc {
    color: #111111;
    text-align: right;
}

.vc512qjios .gkkv68z1aa {
    color: #000000;
    text-align: center;
}

.vc512qjios .a58y5cudud,
.vc512qjios .hdxvyatbjw {
    text-align: center;
    color: #000000;
}

.vc512qjios .dfcqlo582a {
    color: #000000;
}

.g4cijbr0fr {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #512130;
}

.g4cijbr0fr .c7i86maoxi {
    position: relative;
}

.g4cijbr0fr .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    left: 3rem;
    width: 430px;
    height: 410px;
    border-radius: 100%;
    background-image: linear-gradient(110deg, #ffc6e4 30%, #6af8f7);
    filter: blur(64px) blur(64px);
    left: auto;
    right: 3rem;
}

@media (max-width: 992px) {
    .g4cijbr0fr .c7i86maoxi .yoi0h7wxbb {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .g4cijbr0fr .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.g4cijbr0fr .mbr-fallback-image.disabled {
    display: none;
}

.g4cijbr0fr .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.g4cijbr0fr .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .g4cijbr0fr .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .g4cijbr0fr .c7i86maoxi {
        padding: 0 24px;
    }
}

.g4cijbr0fr .a0gs012t3u {
    position: relative;
    z-index: 1;
}

.g4cijbr0fr .a0gs012t3u .a58y5cudud {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .g4cijbr0fr .a0gs012t3u .a58y5cudud {
        margin-bottom: 28px;
    }
}

@media (max-width: 768px) {
    .g4cijbr0fr .a0gs012t3u .a58y5cudud {
        margin-bottom: 24px;
    }
}

.g4cijbr0fr .a0gs012t3u .dfcqlo582a {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .g4cijbr0fr .a0gs012t3u .dfcqlo582a {
        margin-bottom: 15px;
    }
}

.g4cijbr0fr .a0gs012t3u .hdxvyatbjw .gil3oweqdq {
    width: 90%;
}

@media (max-width: 992px) {
    .g4cijbr0fr .a0gs012t3u .hdxvyatbjw .gil3oweqdq {
        width: auto;
    }
}

.g4cijbr0fr .oo5aeeh3fu {
    position: relative;
    z-index: 1;
    margin-right: 64px;
    margin-right: 0;
    margin-left: 64px;
}

@media (max-width: 992px) {
    .g4cijbr0fr .oo5aeeh3fu {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .g4cijbr0fr .oo5aeeh3fu {
        margin-right: 0;
        margin-bottom: 96px;
        text-align: center;
    }
}

.g4cijbr0fr .oo5aeeh3fu .eoy5j3v25f {
    display: block;
    color: #ffffff;
    font-size: 350px;
    transform: rotate(-10deg);
}

@media (max-width: 992px) {
    .g4cijbr0fr .oo5aeeh3fu .eoy5j3v25f {
        font-size: 250px;
    }
}

@media (max-width: 768px) {
    .g4cijbr0fr .oo5aeeh3fu .eoy5j3v25f {
        font-size: 150px;
    }
}

.g4cijbr0fr .a58y5cudud {
    color: #f4efe8;
}

.g4cijbr0fr .dfcqlo582a {
    color: #FFFFFF;
}

.g4cijbr0fr .a58y5cudud,
.g4cijbr0fr .hdxvyatbjw {
    color: #FFFFFF;
}

.cufjsxe702 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.cufjsxe702 .mbr-fallback-image.disabled {
    display: none;
}

.cufjsxe702 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cufjsxe702 .ah8zofw9re {
    background-image: linear-gradient(0deg, #512130, transparent);
    position: relative;
    min-width: 420px;
    max-width: 420px;
    min-height: 300px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .cufjsxe702 .ah8zofw9re {
        min-width: 70%;
        max-width: initial;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

.cufjsxe702 .ah8zofw9re .z8vo0xbk7p {
    width: 100%;
    height: 100%;
}

.cufjsxe702 .ah8zofw9re .z8vo0xbk7p .iw9o3r2g46 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 1;
    height: 100%;
}

.cufjsxe702 .ah8zofw9re .z8vo0xbk7p .iw9o3r2g46 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
    border-radius: 16px;
    z-index: -1;
}

.cufjsxe702 .ah8zofw9re .z8vo0xbk7p .iw9o3r2g46 .gkkv68z1aa {
    position: relative;
    padding: 0 5px;
    margin: 0 0 0 0;
    z-index: 10;
}

.cufjsxe702 .hg17pr4ar5,
.cufjsxe702 .knac3k0q1m {
    display: flex;
}

.cufjsxe702 .cxkh3cgmfj {
    top: -3rem;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    background-color: transparent;
    color: #21c5c4;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

@media (max-width: 768px) {
    .cufjsxe702 .cxkh3cgmfj {
        display: none;
    }
}

.cufjsxe702 .cxkh3cgmfj:disabled {
    cursor: default;
    display: none;
}

.cufjsxe702 .cxkh3cgmfj:hover {
    background: #21c5c4;
    color: #21c5c4;
    opacity: 0.7;
}

.cufjsxe702 .cxkh3cgmfj.knac3k0q1m {
    left: 0;
    margin-left: 2.5rem;
}

.cufjsxe702 .cxkh3cgmfj.hg17pr4ar5 {
    right: 0;
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .cufjsxe702 .cxkh3cgmfj {
        top: auto;
        bottom: -4rem;
    }
}

.cufjsxe702 .fwidfaxi3w {
    position: relative;
    width: 100%;
}

.cufjsxe702 .kk7puj227n {
    overflow: hidden;
    width: 100%;
}

.cufjsxe702 .kk7puj227n.is-draggable {
    cursor: grab;
}

.cufjsxe702 .kk7puj227n.is-dragging {
    cursor: grabbing;
}

.cufjsxe702 .xbw3fbot54 {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.cufjsxe702 .gkkv68z1aa {
    color: #FFFFFF;
    text-align: right;
}

.oises6v0b8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.oises6v0b8 .mbr-fallback-image.disabled {
    display: none;
}

.oises6v0b8 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.oises6v0b8 .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .oises6v0b8 .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .oises6v0b8 .c7i86maoxi {
        padding: 0 24px;
    }
}

.oises6v0b8 .c7i86maoxi {
    justify-content: center;
}

.oises6v0b8 .a0gs012t3u {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .oises6v0b8 .a0gs012t3u {
        margin-bottom: 32px;
    }
}

.oises6v0b8 .a0gs012t3u .a58y5cudud {
    margin-bottom: 0;
}

.oises6v0b8 .z8eewt2br0 {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .oises6v0b8 .z8eewt2br0 {
        margin-bottom: 24px;
    }
}

.oises6v0b8 .z8eewt2br0 .iw9o3r2g46 {
    overflow: visible;
}

.oises6v0b8 .z8eewt2br0 .iw9o3r2g46 .yoi0h7wxbb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.oises6v0b8 .z8eewt2br0 .iw9o3r2g46 .yoi0h7wxbb .fkb49s9597 {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    filter: blur(5px) blur(5px);
    background-image: linear-gradient(90deg, #ffc6e4 30%, #6af8f7);
}

.oises6v0b8 .z8eewt2br0 .iw9o3r2g46 .eoy5j3v25f {
    position: relative;
    z-index: 1;
    font-size: 50px;
    margin-bottom: 18px;
    display: block;
}

.oises6v0b8 .z8eewt2br0 .iw9o3r2g46 .wa9chvogmo {
    margin-bottom: 10px;
}

.oises6v0b8 .z8eewt2br0 .iw9o3r2g46 .dfcqlo582a {
    margin-bottom: 0;
}

.oises6v0b8 .a58y5cudud {
    color: #000000;
}

.oises6v0b8 .dfcqlo582a {
    color: #000000;
}

.oises6v0b8 .wa9chvogmo {
    color: #111111;
}

.oises6v0b8 .wa9chvogmo,
.oises6v0b8 .eoy5j3v25f,
.oises6v0b8 .yoi0h7wxbb {
    color: #000000;
}

.uf2nuwnu0j {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.uf2nuwnu0j .c7i86maoxi {
    position: relative;
}

.uf2nuwnu0j .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 25%;
    left: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .uf2nuwnu0j .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.uf2nuwnu0j .mbr-fallback-image.disabled {
    display: none;
}

.uf2nuwnu0j .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.uf2nuwnu0j .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .uf2nuwnu0j .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .uf2nuwnu0j .c7i86maoxi {
        padding: 0 24px;
    }
}

.uf2nuwnu0j .c7i86maoxi {
    justify-content: center;
}

.uf2nuwnu0j .a0gs012t3u {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .uf2nuwnu0j .a0gs012t3u {
        margin-bottom: 32px;
    }
}

.uf2nuwnu0j .a0gs012t3u .a58y5cudud {
    margin-bottom: 10px;
}

.uf2nuwnu0j .a0gs012t3u .dfcqlo582a {
    margin-bottom: 0;
}

.uf2nuwnu0j .z8eewt2br0 {
    position: relative;
    z-index: 1;
    min-height: 172px;
    padding: 0 8px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.uf2nuwnu0j .z8eewt2br0:hover {
    opacity: 0.5;
}

.uf2nuwnu0j .z8eewt2br0 .iw9o3r2g46 {
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 2px solid #000000;
}

.uf2nuwnu0j .z8eewt2br0 .iw9o3r2g46 .wa9chvogmo {
    margin-bottom: 0;
}

.uf2nuwnu0j .a58y5cudud {
    color: #000000;
    text-align: center;
}

.uf2nuwnu0j .dfcqlo582a {
    color: #000000;
    text-align: center;
}

.uf2nuwnu0j .wa9chvogmo {
    color: #111111;
}

.uf2nuwnu0j .wa9chvogmo,
.uf2nuwnu0j .hdxvyatbjw {
    color: #000000;
}

.yydu9yxuqg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.yydu9yxuqg .c7i86maoxi {
    position: relative;
}

.yydu9yxuqg .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(32px) blur(32px);
    z-index: 1;
}

@media (max-width: 768px) {
    .yydu9yxuqg .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.yydu9yxuqg .c7i86maoxi {
    justify-content: center;
}

.yydu9yxuqg .mbr-fallback-image.disabled {
    display: none;
}

.yydu9yxuqg .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.yydu9yxuqg .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .yydu9yxuqg .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .yydu9yxuqg .c7i86maoxi {
        padding: 0 24px;
    }
}

.yydu9yxuqg .gkkv68z1aa {
    position: relative;
    z-index: 2;
    margin-bottom: 36px;
    color: #000000;
    text-align: center;
}

.yydu9yxuqg .jtb4y6dkr9 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 32px;
    margin-bottom: 32px;
}

.yydu9yxuqg .jtb4y6dkr9 img {
    width: 120px;
    max-height: 120px;
    object-fit: cover;
}

.zgkfoqnzta {
    background-image: url("photo-1672573411211-a6a1248c7b07.jpeg");
}

.zgkfoqnzta .mbr-fallback-image.disabled {
    display: none;
}

.zgkfoqnzta .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.gyd14w82ry {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.gyd14w82ry .c7i86maoxi {
    position: relative;
}

.gyd14w82ry .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 25%;
    left: 34%;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .gyd14w82ry .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.gyd14w82ry .mbr-fallback-image.disabled {
    display: none;
}

.gyd14w82ry .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.gyd14w82ry .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .gyd14w82ry .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .gyd14w82ry .c7i86maoxi {
        padding: 0 24px;
    }
}

.gyd14w82ry .c7i86maoxi {
    justify-content: center;
}

.gyd14w82ry .a0gs012t3u {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .gyd14w82ry .a0gs012t3u {
        margin-bottom: 32px;
    }
}

.gyd14w82ry .a0gs012t3u .a58y5cudud {
    margin-bottom: 10px;
}

.gyd14w82ry .a0gs012t3u .dfcqlo582a {
    margin-bottom: 0;
}

.gyd14w82ry .jtb4y6dkr9 {
    position: relative;
    z-index: 1;
    padding: 64px;
    border-radius: 0;
}

.gyd14w82ry .jtb4y6dkr9 .wa9chvogmo {
    margin-bottom: 30px;
}

.gyd14w82ry .jtb4y6dkr9 .gqbtg826h3 {
    margin-bottom: 10px;
}

@media (max-width: 568px) {
    .gyd14w82ry .jtb4y6dkr9 {
        padding: 32px;
    }
}

.gyd14w82ry .jtb4y6dkr9.i23666xzlb {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-bottom-right-radius: 16px;
}

.gyd14w82ry .jtb4y6dkr9.zx016k2r4w {
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
    border-top-left-radius: 16px;
}

.gyd14w82ry .a58y5cudud {
    color: #000000;
    text-align: center;
}

.gyd14w82ry .dfcqlo582a {
    color: #000000;
    text-align: center;
}

.gyd14w82ry .wa9chvogmo {
    color: #111111;
}

.gyd14w82ry .gqbtg826h3 {
    color: #000000;
}

.gyd14w82ry .wa9chvogmo,
.gyd14w82ry .hdxvyatbjw {
    color: #000000;
}

.euzyiqkev5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.euzyiqkev5 .c7i86maoxi {
    position: relative;
}

.euzyiqkev5 .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .euzyiqkev5 .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.euzyiqkev5 .c7i86maoxi {
    justify-content: center;
}

.euzyiqkev5 .mbr-fallback-image.disabled {
    display: none;
}

.euzyiqkev5 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.euzyiqkev5 .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .euzyiqkev5 .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .euzyiqkev5 .c7i86maoxi {
        padding: 0 24px;
    }
}

.euzyiqkev5 .a0gs012t3u {
    position: relative;
    z-index: 1;
    margin-bottom: 128px;
}

@media (max-width: 992px) {
    .euzyiqkev5 .a0gs012t3u {
        margin-bottom: 112px;
    }
}

@media (max-width: 768px) {
    .euzyiqkev5 .a0gs012t3u {
        margin-bottom: 48px;
    }
}

.euzyiqkev5 .a0gs012t3u .a58y5cudud {
    margin-bottom: 0;
}

.euzyiqkev5 .z8eewt2br0:hover .iw9o3r2g46 .tuev0khznc span {
    height: 100%;
    opacity: 1;
    transition: all 0.2s ease;
}

.euzyiqkev5 .z8eewt2br0 {
    margin-bottom: 48px;
    z-index: 1;
}

.euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 385px;
    overflow: visible;
    margin: 0 8px;
}

@media (max-width: 1200px) {
    .euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 {
        margin: 0;
    }
}

.euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 .item-sticker {
    position: absolute;
    top: -5rem;
    right: -3rem;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    background-color: #ffc6e4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(-20deg);
    z-index: 11;
}

@media (max-width: 768px) {
    .euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 .item-sticker {
        display: none;
    }
}

.euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 .item-sticker .dfcqlo582a {
    margin-bottom: 0;
}

.euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 .item-sticker:before {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    background-color: transparent;
    border: 3px solid #000000;
    pointer-events: none;
}

.euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 .tuev0khznc {
    background-image: linear-gradient(0deg, #512130 60%, transparent);
    z-index: 1;
    padding: 32px;
    border-radius: 16px;
}

.euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 .tuev0khznc span {
    font-size: 32px;
    margin-bottom: 0;
    height: 0;
    opacity: 0;
    transition: all 0.2s ease;
}

.euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 .tuev0khznc .wa9chvogmo {
    margin: 16px 0 0 0;
}

@media (max-width: 768px) {
    .euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 .tuev0khznc .wa9chvogmo {
        margin: 12px 0 0 0;
    }
}

.euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 .tuev0khznc .gqbtg826h3 {
    margin: 12px 0 0 0;
}

@media (max-width: 768px) {
    .euzyiqkev5 .z8eewt2br0 .iw9o3r2g46 .tuev0khznc .gqbtg826h3 {
        margin: 10px 0 0 0;
    }
}

.euzyiqkev5 .a58y5cudud {
    color: #000000;
}

.euzyiqkev5 .dfcqlo582a {
    color: #000000;
    text-align: center;
}

.euzyiqkev5 .wa9chvogmo,
.euzyiqkev5 .eoy5j3v25f {
    color: #FFFFFF;
    text-align: left;
}

.euzyiqkev5 .gqbtg826h3 {
    color: #FFFFFF;
}

.cid-v2wVu0R8th {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #512130;
}

.cid-v2wVu0R8th .c7i86maoxi {
    position: relative;
}

.cid-v2wVu0R8th .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    right: 35%;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    backdrop-filter: blur(10px);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .cid-v2wVu0R8th .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.cid-v2wVu0R8th .mbr-fallback-image.disabled {
    display: none;
}

.cid-v2wVu0R8th .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2wVu0R8th .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .cid-v2wVu0R8th .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .cid-v2wVu0R8th .c7i86maoxi {
        padding: 0 24px;
    }
}

.cid-v2wVu0R8th .a0gs012t3u {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .cid-v2wVu0R8th .a0gs012t3u {
        margin-bottom: 32px;
    }
}

.cid-v2wVu0R8th .a0gs012t3u .a58y5cudud {
    margin-bottom: 10px;
}

.cid-v2wVu0R8th .z8eewt2br0 {
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .cid-v2wVu0R8th .z8eewt2br0 {
        margin-bottom: 32px;
    }
}

.cid-v2wVu0R8th .z8eewt2br0 .iw9o3r2g46 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cid-v2wVu0R8th .z8eewt2br0 .iw9o3r2g46 img {
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 auto 32px;
    border: 2px solid #ffffff;
}

.cid-v2wVu0R8th .z8eewt2br0 .iw9o3r2g46 .tuev0khznc .mbr-price {
    margin-bottom: 16px;
}

.cid-v2wVu0R8th .z8eewt2br0 .iw9o3r2g46 .tuev0khznc .pcxkyl9hab {
    margin-bottom: 16px;
}

.cid-v2wVu0R8th .z8eewt2br0 .iw9o3r2g46 .tuev0khznc .gkkv68z1aa {
    margin-bottom: 16px;
}

.cid-v2wVu0R8th .a58y5cudud {
    color: #FFFFFF;
    text-align: center;
}

.cid-v2wVu0R8th .mbr-price {
    color: #FFFFFF;
    text-align: center;
}

.cid-v2wVu0R8th .pcxkyl9hab {
    color: #f4efe8;
}

.cid-v2wVu0R8th .gkkv68z1aa {
    color: #FFFFFF;
    text-align: center;
}

.cid-v2wVu0R8th .pcxkyl9hab,
.cid-v2wVu0R8th .hdxvyatbjw {
    text-align: center;
    color: #FFFFFF;
}

.r7686zcai6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.r7686zcai6 .c7i86maoxi {
    position: relative;
}

.r7686zcai6 .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    left: 10%;
    width: 30%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .r7686zcai6 .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.r7686zcai6 .mbr-fallback-image.disabled {
    display: none;
}

.r7686zcai6 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.r7686zcai6 .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .r7686zcai6 .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .r7686zcai6 .c7i86maoxi {
        padding: 0 24px;
    }
}

.r7686zcai6 .qz22kbo948 {
    display: flex;
    align-items: center;
}

.r7686zcai6 .a0gs012t3u {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .r7686zcai6 .a0gs012t3u {
        margin-bottom: 32px;
    }
}

.r7686zcai6 .a0gs012t3u .a58y5cudud {
    margin-bottom: 32px;
}

.r7686zcai6 .a0gs012t3u .dfcqlo582a {
    margin-bottom: 20px;
}

.r7686zcai6 .ihu6l6rm6f {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .r7686zcai6 .ihu6l6rm6f {
        margin-bottom: 32px;
    }
}

.r7686zcai6 .ihu6l6rm6f img {
    max-height: 500px;
    width: 70%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .r7686zcai6 .ihu6l6rm6f img {
        width: 100%;
    }
}

.r7686zcai6 .a58y5cudud {
    color: #000000;
}

.r7686zcai6 .dfcqlo582a {
    color: #000000;
}

.td1b3p1hfz {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #512130;
}

.td1b3p1hfz .c7i86maoxi {
    position: relative;
}

.td1b3p1hfz .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .td1b3p1hfz .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.td1b3p1hfz .mbr-fallback-image.disabled {
    display: none;
}

.td1b3p1hfz .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.td1b3p1hfz .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .td1b3p1hfz .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .td1b3p1hfz .c7i86maoxi {
        padding: 0 24px;
    }
}

.td1b3p1hfz .qz22kbo948 {
    display: flex;
    align-items: center;
}

.td1b3p1hfz .a0gs012t3u {
    position: relative;
    z-index: 2;
    margin-bottom: 64px;
    width: 100%;
}

@media (max-width: 992px) {
    .td1b3p1hfz .a0gs012t3u {
        margin-bottom: 32px;
    }
}

.td1b3p1hfz .a0gs012t3u .a58y5cudud {
    margin-bottom: 10px;
}

.td1b3p1hfz .a0gs012t3u .vu3z7earo6 .dfcqlo582a {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .td1b3p1hfz .a0gs012t3u .vu3z7earo6 .dfcqlo582a {
        width: 100%;
    }
}

.td1b3p1hfz .jtb4y6dkr9 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2rem;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff4f7;
    z-index: 2;
}

.td1b3p1hfz .jtb4y6dkr9 .kfuzi5pvvn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    background-color: #21c5c4;
    border-radius: 100%;
    margin-right: 16px;
}

.td1b3p1hfz .jtb4y6dkr9 .kfuzi5pvvn .kcqmcdeq7w {
    margin-bottom: 0;
}

.td1b3p1hfz .jtb4y6dkr9 .wa9chvogmo {
    margin-bottom: 0;
    width: 80%;
}

.td1b3p1hfz .a58y5cudud {
    color: #f4efe8;
}

.td1b3p1hfz .dfcqlo582a,
.td1b3p1hfz .vu3z7earo6 {
    color: #FFFFFF;
    text-align: right;
}

.td1b3p1hfz .kcqmcdeq7w {
    color: #000000;
}

.td1b3p1hfz .wa9chvogmo {
    color: #000000;
}

.td1b3p1hfz .a58y5cudud,
.td1b3p1hfz .hdxvyatbjw {
    text-align: right;
    color: #FFFFFF;
}

.m3t58c8dvw {
    background-color: transparent;
}

.m3t58c8dvw .vb6pn4ob47 {
    position: relative;
}

.m3t58c8dvw .vb6pn4ob47 .yoi0h7wxbb {
    position: absolute;
    top: 0;
    left: 32%;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(30px) blur(30px);
    z-index: 1;
}

@media (max-width: 768px) {
    .m3t58c8dvw .vb6pn4ob47 .yoi0h7wxbb {
        display: none;
    }
}

.m3t58c8dvw .vb6pn4ob47 .me0rzn7dpj {
    position: relative;
    padding: 150px 0;
    z-index: 1;
}

.m3t58c8dvw .vb6pn4ob47 .me0rzn7dpj .iitdlvampp {
    margin-bottom: 20px;
}

.m3t58c8dvw .mbr-fallback-image.disabled {
    display: none;
}

.m3t58c8dvw .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.m3t58c8dvw .zonlj7042l {
    padding: 0;
}

.m3t58c8dvw .c7i86maoxi {
    padding: 0;
}

.m3t58c8dvw .iitdlvampp {
    color: #111111;
    text-align: center;
}

.m3t58c8dvw .iitdlvampp,
.m3t58c8dvw .hdxvyatbjw {
    text-align: center;
    color: #000000;
}

.tbs9u803aw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #512130;
}

.tbs9u803aw .c7i86maoxi {
    position: relative;
}

.tbs9u803aw .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .tbs9u803aw .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.tbs9u803aw .mbr-fallback-image.disabled {
    display: none;
}

.tbs9u803aw .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.tbs9u803aw .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .tbs9u803aw .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .tbs9u803aw .c7i86maoxi {
        padding: 0 24px;
    }
}

.tbs9u803aw .c7i86maoxi {
    justify-content: center;
}

.tbs9u803aw .ijqryd5kp1.tzd7z4usjb {
    position: relative;
    z-index: 1;
    width: fit-content;
    padding: 10px;
    border: none;
    border-radius: 8px;
    margin: 0 auto 64px;
    justify-content: center;
    background-color: #fff4f7;
}

.tbs9u803aw .ijqryd5kp1.tzd7z4usjb .ye3l3yrmr6 .h58edniu2m {
    background-color: transparent;
    border-radius: 4px;
    padding: 6px 25px 6px;
    color: #000000;
    border: none;
}

.tbs9u803aw .ijqryd5kp1.tzd7z4usjb .ye3l3yrmr6 .h58edniu2m.mrw6gw6ksc {
    background-color: #000000;
    color: #fff4f7;
    border: none;
}

.tbs9u803aw .c7i86maoxi.lgg4evo9o9 {
    background-color: #fff4f7;
    border-radius: 16px;
    padding: 64px;
    position: relative;
    z-index: 1;
}

.tbs9u803aw .c7i86maoxi.lgg4evo9o9::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: -1rem;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 992px) {
    .tbs9u803aw .c7i86maoxi.lgg4evo9o9 {
        padding: 32px;
    }
}

.tbs9u803aw .c7i86maoxi.lgg4evo9o9 .uu88yffzmj {
    position: relative;
    z-index: 1;
}

.tbs9u803aw .c7i86maoxi.lgg4evo9o9 .uu88yffzmj .xa0vk4eccn .ihu6l6rm6f img {
    width: 50%;
    max-height: 500px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .tbs9u803aw .c7i86maoxi.lgg4evo9o9 .uu88yffzmj .xa0vk4eccn .ihu6l6rm6f img {
        width: 100%;
    }
}

.tbs9u803aw .c7i86maoxi.lgg4evo9o9 .uu88yffzmj .xa0vk4eccn .gkkv68z1aa {
    margin: 30px 0 0 0;
}

.tbs9u803aw .gkkv68z1aa {
    color: #111111;
    text-align: center;
}

.cid-v2wVu1Ty1V {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #512130;
}

.cid-v2wVu1Ty1V .c7i86maoxi {
    position: relative;
}

.cid-v2wVu1Ty1V .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    right: 30%;
    width: 55%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .cid-v2wVu1Ty1V .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.cid-v2wVu1Ty1V .mbr-fallback-image.disabled {
    display: none;
}

.cid-v2wVu1Ty1V .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2wVu1Ty1V .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .cid-v2wVu1Ty1V .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .cid-v2wVu1Ty1V .c7i86maoxi {
        padding: 0 24px;
    }
}

.cid-v2wVu1Ty1V .c7i86maoxi {
    justify-content: center;
}

.cid-v2wVu1Ty1V .a0gs012t3u {
    position: relative;
    z-index: 1;
    margin-bottom: 42px;
}

.cid-v2wVu1Ty1V .a0gs012t3u .a58y5cudud {
    margin-bottom: 0;
}

.cid-v2wVu1Ty1V .iw9o3r2g46 {
    height: 100%;
    padding: 48px 24px;
    position: relative;
    z-index: 10;
    border-radius: 8px;
    background-color: #fff4f7;
    overflow: visible;
}

.cid-v2wVu1Ty1V .iw9o3r2g46::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: -1rem;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 4px solid #000000;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 992px) {
    .cid-v2wVu1Ty1V .iw9o3r2g46 {
        margin-bottom: 12px;
    }
}

.cid-v2wVu1Ty1V .iw9o3r2g46 .price-wrapper .eoy5j3v25f {
    display: block;
    font-size: 50px;
    margin-bottom: 2rem;
}

.cid-v2wVu1Ty1V .iw9o3r2g46 .price-wrapper .mbr-price {
    margin-bottom: 0;
}

.cid-v2wVu1Ty1V .iw9o3r2g46 .mbr-price-title {
    margin-bottom: 0;
}

.cid-v2wVu1Ty1V .iw9o3r2g46 .gkkv68z1aa {
    margin-bottom: 32px;
}

.cid-v2wVu1Ty1V .a58y5cudud {
    color: #FFFFFF;
}

.cid-v2wVu1Ty1V .mbr-price,
.cid-v2wVu1Ty1V .eoy5j3v25f {
    color: #000000;
    text-align: center;
}

.cid-v2wVu1Ty1V .mbr-price-title {
    color: #111111;
}

.cid-v2wVu1Ty1V .gkkv68z1aa {
    color: #000000;
    text-align: center;
}

.cid-v2wVu1Ty1V .mbr-price-title,
.cid-v2wVu1Ty1V .hdxvyatbjw {
    text-align: center;
    color: #000000;
}

.cid-v2wVu1Ty1V .z8eewt2br0 {
    margin-bottom: 12px;
}

.alv2sihsss {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.alv2sihsss .vb6pn4ob47 {
    position: relative;
}

.alv2sihsss .vb6pn4ob47 .yoi0h7wxbb {
    position: absolute;
    top: 0;
    left: 32%;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(30px) blur(30px);
    z-index: 1;
}

@media (max-width: 768px) {
    .alv2sihsss .vb6pn4ob47 .yoi0h7wxbb {
        display: none;
    }
}

.alv2sihsss .vb6pn4ob47 .me0rzn7dpj {
    position: relative;
    padding: 150px 0;
    z-index: 1;
}

.alv2sihsss .vb6pn4ob47 .me0rzn7dpj .iitdlvampp {
    margin-bottom: 0;
}

.alv2sihsss .vb6pn4ob47 .me0rzn7dpj .gb37xefn9g {
    margin: 0;
}

.alv2sihsss .mbr-fallback-image.disabled {
    display: none;
}

.alv2sihsss .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.alv2sihsss .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .alv2sihsss .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .alv2sihsss .c7i86maoxi {
        padding: 0 24px;
    }
}

.alv2sihsss .a0gs012t3u {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.alv2sihsss .a0gs012t3u .a58y5cudud {
    margin-bottom: 0;
}

.alv2sihsss .vu3z7earo6 {
    position: relative;
    z-index: 1;
}

.alv2sihsss .vu3z7earo6 .dfcqlo582a {
    display: inline-flex;
    width: 40%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .alv2sihsss .vu3z7earo6 .dfcqlo582a {
        width: 100%;
    }
}

.alv2sihsss .a58y5cudud {
    color: #000000;
}

.alv2sihsss .iitdlvampp {
    color: #000000;
    text-align: center;
}

.alv2sihsss .gb37xefn9g {
    color: #000000;
    text-align: center;
}

.alv2sihsss .dfcqlo582a,
.alv2sihsss .vu3z7earo6 {
    color: #000000;
    text-align: right;
}

.y2p1188r08 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.y2p1188r08 .c7i86maoxi {
    position: relative;
}

.y2p1188r08 .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .y2p1188r08 .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.y2p1188r08 .mbr-fallback-image.disabled {
    display: none;
}

.y2p1188r08 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.y2p1188r08 .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .y2p1188r08 .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .y2p1188r08 .c7i86maoxi {
        padding: 0 24px;
    }
}

.y2p1188r08 .a0gs012t3u {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

.y2p1188r08 .a0gs012t3u .a58y5cudud {
    margin-bottom: 0;
}

.y2p1188r08 .uu88yffzmj {
    position: relative;
    z-index: 2;
}

.y2p1188r08 .uu88yffzmj .jtb4y6dkr9 {
    border: none;
    padding: 38px 0 26px;
    border-bottom: 2px solid #111111;
    border-radius: 0;
}

.y2p1188r08 .uu88yffzmj .jtb4y6dkr9 .vxgxqvslcs {
    background-color: transparent;
    border: none;
    padding: 0;
}

.y2p1188r08 .uu88yffzmj .jtb4y6dkr9 .vxgxqvslcs .hc9g0k0j4o {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.y2p1188r08 .uu88yffzmj .jtb4y6dkr9 .vxgxqvslcs .hc9g0k0j4o:focus .eoy5j3v25f {
    opacity: 0.7;
}

.y2p1188r08 .uu88yffzmj .jtb4y6dkr9 .vxgxqvslcs .hc9g0k0j4o .hx1cnakxij {
    margin-bottom: 10px;
}

.y2p1188r08 .uu88yffzmj .jtb4y6dkr9 .vxgxqvslcs .hc9g0k0j4o .eoy5j3v25f {
    transition: all 0.3s ease;
}

.y2p1188r08 .uu88yffzmj .jtb4y6dkr9 .wnmlmqg22h .deblpw75a1 .o0zlzqh5ci {
    margin: 0;
}

.y2p1188r08 .a58y5cudud {
    color: #000000;
}

.y2p1188r08 .dfcqlo582a {
    color: #111111;
    text-align: right;
}

.y2p1188r08 .hx1cnakxij,
.y2p1188r08 .eoy5j3v25f {
    color: #000000;
}

.y2p1188r08 .o0zlzqh5ci {
    color: #000000;
}

.wiihanrxl3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #512130;
}

.wiihanrxl3 .mbr-fallback-image.disabled {
    display: none;
}

.wiihanrxl3 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.wiihanrxl3 .ah8zofw9re {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 450px;
    max-width: 450px;
}

@media (max-width: 768px) {
    .wiihanrxl3 .ah8zofw9re {
        min-width: 70%;
        max-width: initial;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

.wiihanrxl3 .ah8zofw9re .iw9o3r2g46 .ycqmy4frwa .a0gs012t3u {
    display: flex;
    align-items: flex-end;
    min-height: 70px;
    margin-bottom: 32px;
}

.wiihanrxl3 .ah8zofw9re .iw9o3r2g46 .ycqmy4frwa .a0gs012t3u .wa9chvogmo {
    margin: 0;
    width: 100%;
}

.wiihanrxl3 .ah8zofw9re .iw9o3r2g46 .ycqmy4frwa .jjerofuo04 {
    height: 48px;
    background-image: linear-gradient(90deg, #ffc6e4, #6af8f7, #f77f8d);
    margin-bottom: 32px;
    border-radius: 30px;
}

.wiihanrxl3 .ah8zofw9re .iw9o3r2g46 .ycqmy4frwa .gqbtg826h3 {
    margin-bottom: 0;
}

.wiihanrxl3 .hg17pr4ar5,
.wiihanrxl3 .knac3k0q1m {
    display: flex;
}

.wiihanrxl3 .cxkh3cgmfj {
    top: -6rem;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    background-color: transparent;
    color: #0aa3c2;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

@media (max-width: 768px) {
    .wiihanrxl3 .cxkh3cgmfj {
        display: none;
    }
}

.wiihanrxl3 .cxkh3cgmfj:disabled {
    cursor: default;
    display: none;
}

.wiihanrxl3 .cxkh3cgmfj:hover {
    background: #21c5c4;
    color: #0aa3c2;
    opacity: 0.7;
}

.wiihanrxl3 .cxkh3cgmfj.knac3k0q1m {
    left: 0;
    margin-left: 2.5rem;
}

.wiihanrxl3 .cxkh3cgmfj.hg17pr4ar5 {
    right: 0;
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .wiihanrxl3 .cxkh3cgmfj {
        top: auto;
        bottom: -4rem;
    }
}

.wiihanrxl3 .fwidfaxi3w {
    position: relative;
    width: 100%;
}

.wiihanrxl3 .kk7puj227n {
    overflow: hidden;
    width: 100%;
}

.wiihanrxl3 .kk7puj227n.is-draggable {
    cursor: grab;
}

.wiihanrxl3 .kk7puj227n.is-dragging {
    cursor: grabbing;
}

.wiihanrxl3 .xbw3fbot54 {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.wiihanrxl3 .vu3z7earo6 {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .wiihanrxl3 .vu3z7earo6 {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .wiihanrxl3 .vu3z7earo6 {
        padding: 0 24px;
    }
}

.wiihanrxl3 .vu3z7earo6 {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .wiihanrxl3 .vu3z7earo6 {
        margin-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .wiihanrxl3 .vu3z7earo6 {
        margin-bottom: 60px;
    }
}

.wiihanrxl3 .vu3z7earo6 .a58y5cudud {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .wiihanrxl3 .vu3z7earo6 .a58y5cudud {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .wiihanrxl3 .vu3z7earo6 .a58y5cudud {
        margin-bottom: 30px;
    }
}

.wiihanrxl3 .vu3z7earo6 .dfcqlo582a {
    margin-bottom: 0;
}

.wiihanrxl3 .a58y5cudud {
    color: #FFFFFF;
    text-align: center;
}

.wiihanrxl3 .dfcqlo582a {
    color: #FFFFFF;
    text-align: center;
}

.wiihanrxl3 .wa9chvogmo {
    color: #FFFFFF;
}

.wiihanrxl3 .gqbtg826h3 {
    color: #FFFFFF;
}

.xrsi6xxxbb {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: transparent;
}

.xrsi6xxxbb .c7i86maoxi {
    position: relative;
}

.xrsi6xxxbb .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .xrsi6xxxbb .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.xrsi6xxxbb .mbr-fallback-image.disabled {
    display: none;
}

.xrsi6xxxbb .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.xrsi6xxxbb .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .xrsi6xxxbb .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .xrsi6xxxbb .c7i86maoxi {
        padding: 0 24px;
    }
}

.xrsi6xxxbb .a0gs012t3u {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .xrsi6xxxbb .a0gs012t3u {
        margin-bottom: 32px;
    }
}

.xrsi6xxxbb .a0gs012t3u .a58y5cudud {
    margin-bottom: 10px;
}

.xrsi6xxxbb .a0gs012t3u .dfcqlo582a {
    margin-bottom: 0;
}

.xrsi6xxxbb .ijqryd5kp1.tzd7z4usjb {
    position: relative;
    z-index: 1;
    width: fit-content;
    padding: 10px;
    border: 2px solid #000000;
    border-radius: 8px;
    margin-bottom: 64px;
    justify-content: center;
}

.xrsi6xxxbb .ijqryd5kp1.tzd7z4usjb .ye3l3yrmr6 .h58edniu2m {
    background-color: transparent;
    border-radius: 4px;
    padding: 6px 25px 6px;
    color: #000000;
    border: none;
}

.xrsi6xxxbb .ijqryd5kp1.tzd7z4usjb .ye3l3yrmr6 .h58edniu2m.mrw6gw6ksc {
    background-color: #000000;
    color: #fff4f7;
    border: none;
}

.xrsi6xxxbb .uu88yffzmj {
    position: relative;
    z-index: 1;
}

.xrsi6xxxbb .uu88yffzmj .xa0vk4eccn .vu3z7earo6 .is9anianqr {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px dashed #000000;
}

.xrsi6xxxbb .uu88yffzmj .xa0vk4eccn .vu3z7earo6 .is9anianqr .mbr-time {
    margin: 0;
}

.xrsi6xxxbb .uu88yffzmj .xa0vk4eccn .vu3z7earo6 .is9anianqr .gkkv68z1aa {
    margin: 0;
}

.xrsi6xxxbb .uu88yffzmj .xa0vk4eccn .vu3z7earo6 .ir7xyk1eop {
    padding: 18px 0 18px 40px;
    margin: 0;
    border-bottom: 1px dashed #000000;
    list-style-position: inside;
}

@media (max-width: 768px) {
    .xrsi6xxxbb .uu88yffzmj .xa0vk4eccn .vu3z7earo6 .ir7xyk1eop {
        padding-left: 0;
    }
}

.xrsi6xxxbb .uu88yffzmj .xa0vk4eccn .vu3z7earo6 .x3u7c5t2tt {
    padding: 18px 0 18px 40px;
    margin: 0;
    border-bottom: 1px dashed #000000;
}

@media (max-width: 768px) {
    .xrsi6xxxbb .uu88yffzmj .xa0vk4eccn .vu3z7earo6 .x3u7c5t2tt {
        padding-left: 0;
    }
}

.xrsi6xxxbb .a58y5cudud {
    color: #000000;
}

.xrsi6xxxbb .dfcqlo582a {
    color: #000000;
}

.xrsi6xxxbb .mbr-time {
    color: #111111;
}

.xrsi6xxxbb .gkkv68z1aa {
    color: #000000;
}

.xrsi6xxxbb .ir7xyk1eop {
    color: #000000;
}

.xrsi6xxxbb .x3u7c5t2tt {
    color: #000000;
}

.sotlkesb3w {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #512130;
}

.sotlkesb3w .c7i86maoxi {
    position: relative;
}

.sotlkesb3w .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .sotlkesb3w .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.sotlkesb3w .mbr-fallback-image.disabled {
    display: none;
}

.sotlkesb3w .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.sotlkesb3w .c7i86maoxi {
    justify-content: center;
}

.sotlkesb3w .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .sotlkesb3w .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .sotlkesb3w .c7i86maoxi {
        padding: 0 24px;
    }
}

.sotlkesb3w .xgmazx2zse {
    padding-right: 40px;
}

@media (max-width: 992px) {
    .sotlkesb3w .xgmazx2zse {
        padding: 0 12px;
        margin-bottom: 3rem;
    }
}

.sotlkesb3w .cutaf3h7wq {
    padding-left: 40px;
}

@media (max-width: 992px) {
    .sotlkesb3w .cutaf3h7wq {
        padding: 0 12px;
    }
}

.sotlkesb3w .c7i86maoxi.lgg4evo9o9 {
    padding: 64px;
    background-color: #fff4f7;
    position: relative;
    z-index: 2;
    border-radius: 16px;
}

.sotlkesb3w .c7i86maoxi.lgg4evo9o9::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: -2rem;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 4px solid #fff4f7;
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 768px) {
    .sotlkesb3w .c7i86maoxi.lgg4evo9o9 {
        padding: 32px;
    }
}

.sotlkesb3w .c7i86maoxi.lgg4evo9o9 .ihu6l6rm6f img {
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.sotlkesb3w .c7i86maoxi.lgg4evo9o9 .vu3z7earo6 {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .sotlkesb3w .c7i86maoxi.lgg4evo9o9 .vu3z7earo6 {
        margin-bottom: 42px;
    }
}

.sotlkesb3w .c7i86maoxi.lgg4evo9o9 .vu3z7earo6 .a58y5cudud {
    margin-bottom: 0;
}

.sotlkesb3w .c7i86maoxi.lgg4evo9o9 .vu3z7earo6 .za35474bv4 {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.sotlkesb3w .c7i86maoxi.lgg4evo9o9 .vu3z7earo6 .za35474bv4:hover {
    opacity: 0.5;
}

.sotlkesb3w .c7i86maoxi.lgg4evo9o9 .vu3z7earo6 .za35474bv4 .wodjdsj59k {
    margin-bottom: 0;
    text-decoration: underline;
}

.sotlkesb3w .c7i86maoxi.lgg4evo9o9 .vu3z7earo6 .dfcqlo582a {
    margin: 30px 0 20px 0;
}

.sotlkesb3w .a58y5cudud {
    color: #000000;
}

.sotlkesb3w .wodjdsj59k {
    color: #000000;
}

.sotlkesb3w .dfcqlo582a {
    color: #000000;
}

.cid-v2wVu3mLai {
    padding-top: 10rem;
    padding-bottom: 10rem;
    overflow: hidden;
    background-color: #200912;
    position: relative;
}

.cid-v2wVu3mLai .yoi0h7wxbb {
    position: absolute;
    top: 0;
    right: 25%;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
}

@media (max-width: 768px) {
    .cid-v2wVu3mLai .yoi0h7wxbb {
        display: none;
    }
}

.cid-v2wVu3mLai .z8eewt2br0:focus,
.cid-v2wVu3mLai span:focus {
    outline: none;
}

.cid-v2wVu3mLai .zonlj7042l {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.cid-v2wVu3mLai .content-head {
    max-width: 800px;
}

.cid-v2wVu3mLai .loop-wrap {
    padding: 8px 0;
    min-height: 66px !important;
    position: relative;
    z-index: 1;
}

.cid-v2wVu3mLai .z8eewt2br0 {
    color: #ffffff;
    min-height: 66px;
}

@media (max-width: 768px) {
    .cid-v2wVu3mLai .z8eewt2br0 {
        min-height: 33px;
    }
}

.vxqer4cysd {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #512130;
}

.vxqer4cysd .mbr-fallback-image.disabled {
    display: none;
}

.vxqer4cysd .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.vxqer4cysd .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .vxqer4cysd .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .vxqer4cysd .c7i86maoxi {
        padding: 0 24px;
    }
}

.vxqer4cysd .a0gs012t3u {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .vxqer4cysd .a0gs012t3u {
        margin-bottom: 24px;
    }
}

.vxqer4cysd .a0gs012t3u .a58y5cudud {
    margin-bottom: 0;
}

.vxqer4cysd .t3241453bg.c7i86maoxi {
    padding: 0 0 0 100px;
}

@media (max-width: 992px) {
    .vxqer4cysd .t3241453bg.c7i86maoxi {
        padding: 0;
    }
}

.vxqer4cysd .t3241453bg.c7i86maoxi .pbn1bxw7zh {
    padding: 0;
    margin-bottom: 12px !important;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ffffff !important;
}

.vxqer4cysd .t3241453bg.c7i86maoxi .pbn1bxw7zh .tq13s0ii2q {
    padding: 12px 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border-color: transparent !important;
}

.vxqer4cysd .t3241453bg.c7i86maoxi .pbn1bxw7zh .tq13s0ii2q::placeholder {
    color: #ffffff;
}

.vxqer4cysd .t3241453bg.c7i86maoxi .pbn1bxw7zh .tq13s0ii2q:hover {
    border-color: transparent !important;
}

.vxqer4cysd .t3241453bg.c7i86maoxi .pbn1bxw7zh .tq13s0ii2q:focus {
    background-color: transparent;
    box-shadow: none;
}

.vxqer4cysd .t3241453bg.c7i86maoxi .pbn1bxw7zh .form-check {
    padding-left: 28px;
    margin-bottom: 0;
    margin-right: 18%;
    line-height: 2.2;
}

.vxqer4cysd .t3241453bg.c7i86maoxi .pbn1bxw7zh .form-check .form-check-input {
    border-radius: 0;
    background: transparent;
    border: 1px solid #ffffff;
}

.vxqer4cysd .t3241453bg.c7i86maoxi .hdxvyatbjw {
    padding: 0;
}

.vxqer4cysd .a58y5cudud {
    color: #FFFFFF;
}

.vxqer4cysd .form-check-label {
    color: #f4efe8;
}

.h6fgju90fr {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #512130;
}

.h6fgju90fr .c7i86maoxi {
    position: relative;
}

.h6fgju90fr .c7i86maoxi .yoi0h7wxbb {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ffc6e4 50%, #6af8f7);
    filter: blur(64px) blur(64px);
    z-index: 1;
}

@media (max-width: 768px) {
    .h6fgju90fr .c7i86maoxi .yoi0h7wxbb {
        display: none;
    }
}

.h6fgju90fr .mbr-fallback-image.disabled {
    display: none;
}

.h6fgju90fr .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.h6fgju90fr .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .h6fgju90fr .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .h6fgju90fr .c7i86maoxi {
        padding: 0 24px;
    }
}

.h6fgju90fr .qz22kbo948 {
    display: flex;
    align-items: center;
}

.h6fgju90fr .a0gs012t3u {
    position: relative;
    z-index: 2;
    margin-bottom: 64px;
    width: 100%;
}

@media (max-width: 992px) {
    .h6fgju90fr .a0gs012t3u {
        margin-bottom: 32px;
    }
}

.h6fgju90fr .a0gs012t3u .a58y5cudud {
    margin-bottom: 10px;
}

.h6fgju90fr .a0gs012t3u .dfcqlo582a {
    margin-bottom: 20px;
}

.h6fgju90fr .jtb4y6dkr9 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2rem;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff4f7;
    z-index: 2;
}

.h6fgju90fr .jtb4y6dkr9 .kfuzi5pvvn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    background-color: #21c5c4;
    border-radius: 100%;
    margin-right: 16px;
}

.h6fgju90fr .jtb4y6dkr9 .kfuzi5pvvn .kcqmcdeq7w {
    margin-bottom: 0;
}

.h6fgju90fr .jtb4y6dkr9 .wa9chvogmo {
    margin-bottom: 0;
    width: 80%;
}

.h6fgju90fr .a58y5cudud {
    color: #f4efe8;
}

.h6fgju90fr .dfcqlo582a {
    color: #f4efe8;
    text-align: right;
}

.h6fgju90fr .kcqmcdeq7w {
    color: #000000;
}

.h6fgju90fr .wa9chvogmo {
    color: #000000;
}

.h6fgju90fr .a58y5cudud,
.h6fgju90fr .hdxvyatbjw {
    color: #FFFFFF;
}

.om39tsphh3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #512130;
}

.om39tsphh3 .c7i86maoxi {
    padding: 0 80px;
}

@media (max-width: 992px) {
    .om39tsphh3 .c7i86maoxi {
        padding: 0 35px;
    }
}

@media (max-width: 425px) {
    .om39tsphh3 .c7i86maoxi {
        padding: 0 24px;
    }
}

.om39tsphh3 .a0gs012t3u {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .om39tsphh3 .a0gs012t3u {
        margin-bottom: 24px;
    }
}

.om39tsphh3 .a0gs012t3u img {
    display: inline-block;
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-bottom: 16px;
    border-radius: 6px;
}

.om39tsphh3 .a0gs012t3u .a58y5cudud {
    margin-bottom: 35px;
}

@media (max-width: 992px) {
    .om39tsphh3 .a0gs012t3u .a58y5cudud {
        margin-bottom: 26px;
    }
}

@media (max-width: 425px) {
    .om39tsphh3 .a0gs012t3u .a58y5cudud {
        color: #0aa3c2;
    }
}

.om39tsphh3 .a0gs012t3u .dfcqlo582a {
    margin-bottom: 0;
}

@media (max-width: 425px) {
    .om39tsphh3 .a0gs012t3u .dfcqlo582a {
        color: #0aa3c2;
    }
}

.om39tsphh3 .ir7xyk1eop {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #f4efe8;
}

@media (max-width: 425px) {
    .om39tsphh3 .ir7xyk1eop {
        justify-content: flex-start;
    }
}

.om39tsphh3 .ir7xyk1eop .i6vgo82br4 {
    margin: 5px 0 5px 30px;
}

@media (max-width: 425px) {
    .om39tsphh3 .ir7xyk1eop .i6vgo82br4 {
        margin: 5px 30px 5px 0;
    }
}

.om39tsphh3 .kao13yobf8 {
    overflow: hidden;
}

.om39tsphh3 .a58y5cudud {
    color: #111111;
}

.om39tsphh3 .dfcqlo582a {
    color: #FFFFFF;
    text-align: left;
}